From 99f17e352633d5e27aec57ba6eeb6f7c8d49af8e Mon Sep 17 00:00:00 2001 From: Bruce Chen Date: Wed, 6 Aug 2025 18:57:59 +0800 Subject: [PATCH] aliyun-cli: update to 3.0.294 Changelog: https://github.com/aliyun/aliyun-cli/releases/tag/v3.0.294 Signed-off-by: Bruce Chen --- utils/aliyun-cli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/aliyun-cli/Makefile b/utils/aliyun-cli/Makefile index 02b3e400df..f20b456574 100644 --- a/utils/aliyun-cli/Makefile +++ b/utils/aliyun-cli/Makefile @@ -3,13 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aliyun-cli -PKG_VERSION:=3.0.292 +PKG_VERSION:=3.0.294 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/aliyun/aliyun-cli.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=60bba46793230f77b8e7faf4bdafa1ed4abb30f83f0fa614d647777849f8b8da +PKG_MIRROR_HASH:=0169432f94261d2b23c28eb492a9f58a340a0f0f5f0ba3fb9c94471c1bd7beb0 PKG_LICENSE=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -- 2.30.2